home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-08-08 | 665 b | 21 lines | [TEXT/MPS ] |
- #----------------------------------------------------------------------------------------------------------------------------------------------------
- # SmallWindow
- # MPW Shell Script
- # Written by Godfrey DiGiorgi, 2/2/89
- # Copyright: © 1991 by Apple Computer, Inc., all rights reserved.
- #
- # Usage:
- # SmallWindow
- #
- # Function:
- # Set windows to small size for MultiFinder use.
- #
- #----------------------------------------------------------------------------------------------------------------------------------------------------
-
-
- # Move active window to upper left corner of monitor.
- Movewindow 2 2 "{Active}"
-
- # Make window small.
- Sizewindow 301 210 "{Active}"
-